You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use Cortex in frontend-only mode and to add some layers to it we found that we were able to modify some public members to achieve our scenarios. For example -
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are trying to use Cortex in frontend-only mode and to add some layers to it we found that we were able to modify some public members to achieve our scenarios. For example -
cortex/pkg/api/api.go
Line 89 in e65da18
cortex/pkg/util/log/log.go
Line 19 in e65da18
So the question is - Do you think this is a reasonable approach, or it is strictly advised not to take dependency on these members?
Beta Was this translation helpful? Give feedback.
All reactions