Documentation ¶
Index ¶
- Variables
- func ToProces(record *sigma_api.Proces) api.Proces
- type Service
- func (service *Service) ReadProcesByID(ctx context.Context, procesID api.ProcesId, sources []string, ...) (*api.Proces, error)
- func (service *Service) ReadProcessen(ctx context.Context, sources []string, attributes *api.QueryAttributesOptional) ([]api.Proces, error)
- func (service *Service) ReadProcessenByVreemdelingID(ctx context.Context, vreemdelingID api.VreemdelingId, sources []string, ...) ([]api.Proces, error)
- func (service *Service) ReadVreemdelingByID(ctx context.Context, vreemdelingID api.VreemdelingId, ...) (map[string]api.Attribute, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("resource not found")
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ReadProcesByID ¶
func (*Service) ReadProcessen ¶
func (*Service) ReadProcessenByVreemdelingID ¶
Click to show internal directories.
Click to hide internal directories.