Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileStorage ¶
type ProfileStorage interface { CreateOrUpdateProfile(ctx context.Context, profile Profile) error DeleteProfile(ctx context.Context, profileName string) error GetProfile(ctx context.Context, profileName string) (Profile, error) GetProfileByDevice(ctx context.Context, deviceId string, opts ...option.ApplyOption) (Profile, error) BindDevices(ctx context.Context, deviceIds []string, profileName string) error UnbindDevices(ctx context.Context, deviceIds []string) error }
Click to show internal directories.
Click to hide internal directories.