Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionService ¶
type ConnectionService struct {
// contains filtered or unexported fields
}
func NewConnectionService ¶
func NewConnectionService(logger logr.Logger) *ConnectionService
func (ConnectionService) CreateConnection ¶
func (connectionService ConnectionService) CreateConnection( ctx context.Context, input ent.CreateConnectionInput, ) (*ent.Connection, error)
func (ConnectionService) UpdateConnection ¶
func (connectionService ConnectionService) UpdateConnection( ctx context.Context, id pulid.PULID, input ent.UpdateConnectionInput, ) (*ent.Connection, error)
type ConnectionServicer ¶
type ConnectionServicer interface { CreateConnection( ctx context.Context, input ent.CreateConnectionInput, ) (*ent.Connection, error) UpdateConnection(ctx context.Context, id pulid.PULID, input ent.UpdateConnectionInput) (*ent.Connection, error) }
Click to show internal directories.
Click to hide internal directories.